home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / access4g / filerena.frm < prev    next >
Text File  |  1999-08-22  |  16KB  |  517 lines

  1. VERSION 5.00
  2. Begin VB.Form FileRenamer 
  3.    Caption         =   "File-Renamer"
  4.    ClientHeight    =   5385
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   7200
  8.    Icon            =   "FileRenamer.frx":0000
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   359
  11.    ScaleMode       =   3  'Pixel
  12.    ScaleWidth      =   480
  13.    StartUpPosition =   2  'CenterScreen
  14.    Begin VB.CommandButton Command5 
  15.       Caption         =   "Stop scroll"
  16.       Height          =   240
  17.       Left            =   360
  18.       TabIndex        =   25
  19.       Top             =   450
  20.       Width           =   1365
  21.    End
  22.    Begin VB.Timer Timer1 
  23.       Interval        =   1
  24.       Left            =   2430
  25.       Top             =   2880
  26.    End
  27.    Begin VB.PictureBox Picture1 
  28.       BackColor       =   &H00C00000&
  29.       Height          =   330
  30.       Left            =   45
  31.       ScaleHeight     =   18
  32.       ScaleMode       =   3  'Pixel
  33.       ScaleWidth      =   291
  34.       TabIndex        =   23
  35.       Top             =   45
  36.       Width           =   4425
  37.       Begin VB.Label Label7 
  38.          AutoSize        =   -1  'True
  39.          BackColor       =   &H00C00000&
  40.          Caption         =   "Label7"
  41.          BeginProperty Font 
  42.             Name            =   "MS Sans Serif"
  43.             Size            =   9.75
  44.             Charset         =   0
  45.             Weight          =   700
  46.             Underline       =   0   'False
  47.             Italic          =   0   'False
  48.             Strikethrough   =   0   'False
  49.          EndProperty
  50.          ForeColor       =   &H00FFC0C0&
  51.          Height          =   240
  52.          Left            =   180
  53.          TabIndex        =   24
  54.          Top             =   0
  55.          Width           =   720
  56.       End
  57.    End
  58.    Begin VB.CommandButton Command4 
  59.       Caption         =   "Rename !"
  60.       BeginProperty Font 
  61.          Name            =   "MS Sans Serif"
  62.          Size            =   12
  63.          Charset         =   0
  64.          Weight          =   700
  65.          Underline       =   0   'False
  66.          Italic          =   0   'False
  67.          Strikethrough   =   0   'False
  68.       EndProperty
  69.       Height          =   375
  70.       Left            =   2475
  71.       TabIndex        =   20
  72.       Top             =   4950
  73.       Width           =   1770
  74.    End
  75.    Begin VB.CommandButton Command3 
  76.       Caption         =   "Preview"
  77.       Height          =   240
  78.       Left            =   90
  79.       TabIndex        =   19
  80.       Top             =   2700
  81.       Width           =   2085
  82.    End
  83.    Begin VB.ListBox List1 
  84.       BackColor       =   &H00E0E0E0&
  85.       Height          =   2400
  86.       Left            =   90
  87.       TabIndex        =   18
  88.       Top             =   2970
  89.       Width           =   2085
  90.    End
  91.    Begin VB.CommandButton Command2 
  92.       Caption         =   "Select none -->"
  93.       Height          =   285
  94.       Left            =   3195
  95.       TabIndex        =   17
  96.       Top             =   3015
  97.       Width           =   1230
  98.    End
  99.    Begin VB.CommandButton Command1 
  100.       Caption         =   "Select all      -->"
  101.       Height          =   285
  102.       Left            =   3195
  103.       TabIndex        =   16
  104.       Top             =   2700
  105.       Width           =   1230
  106.    End
  107.    Begin VB.Frame Frame1 
  108.       Caption         =   "File Operations"
  109.       BeginProperty Font 
  110.          Name            =   "MS Sans Serif"
  111.          Size            =   9.75
  112.          Charset         =   0
  113.          Weight          =   700
  114.          Underline       =   0   'False
  115.          Italic          =   0   'False
  116.          Strikethrough   =   0   'False
  117.       EndProperty
  118.       ForeColor       =   &H00C00000&
  119.       Height          =   1815
  120.       Left            =   45
  121.       TabIndex        =   6
  122.       Top             =   765
  123.       Width           =   4425
  124.       Begin VB.CheckBox Check1 
  125.          Caption         =   "Adapt counter after renaming"
  126.          Height          =   240
  127.          Left            =   1620
  128.          TabIndex        =   22
  129.          Top             =   1125
  130.          Value           =   1  'Checked
  131.          Width           =   2670
  132.       End
  133.       Begin VB.HScrollBar HScroll1 
  134.          Height          =   270
  135.          Left            =   3645
  136.          Max             =   100
  137.          Min             =   1
  138.          TabIndex        =   15
  139.          Top             =   1440
  140.          Value           =   1
  141.          Width           =   420
  142.       End
  143.       Begin VB.TextBox Text3 
  144.          Height          =   285
  145.          Left            =   135
  146.          TabIndex        =   12
  147.          Text            =   "1"
  148.          Top             =   1440
  149.          Width           =   1275
  150.       End
  151.       Begin VB.OptionButton Option1 
  152.          Caption         =   "After"
  153.          Height          =   240
  154.          Index           =   2
  155.          Left            =   2385
  156.          TabIndex        =   11
  157.          Top             =   675
  158.          Width           =   1200
  159.       End
  160.       Begin VB.OptionButton Option1 
  161.          Caption         =   "Before"
  162.          Height          =   240
  163.          Index           =   1
  164.          Left            =   1260
  165.          TabIndex        =   10
  166.          Top             =   675
  167.          Width           =   1200
  168.       End
  169.       Begin VB.OptionButton Option1 
  170.          BackColor       =   &H00C0C0C0&
  171.          Caption         =   "Replace"
  172.          Height          =   240
  173.          Index           =   0
  174.          Left            =   135
  175.          TabIndex        =   9
  176.          Top             =   675
  177.          Value           =   -1  'True
  178.          Width           =   1200
  179.       End
  180.       Begin VB.TextBox Text2 
  181.          BackColor       =   &H00E0E0E0&
  182.          Height          =   285
  183.          Left            =   1305
  184.          TabIndex        =   8
  185.          Text            =   "Text2"
  186.          Top             =   315
  187.          Width           =   2040
  188.       End
  189.       Begin VB.Label Label6 
  190.          Alignment       =   2  'Center
  191.          BackColor       =   &H00E0E0E0&
  192.          BorderStyle     =   1  'Fixed Single
  193.          Caption         =   "Begin counter"
  194.          Height          =   270
  195.          Left            =   135
  196.          TabIndex        =   21
  197.          Top             =   1125
  198.          Width           =   1275
  199.       End
  200.       Begin VB.Line Line2 
  201.          BorderColor     =   &H80000009&
  202.          X1              =   45
  203.          X2              =   4380
  204.          Y1              =   1005
  205.          Y2              =   1005
  206.       End
  207.       Begin VB.Line Line1 
  208.          BorderColor     =   &H00808080&
  209.          X1              =   45
  210.          X2              =   4380
  211.          Y1              =   990
  212.          Y2              =   990
  213.       End
  214.       Begin VB.Label Label5 
  215.          Alignment       =   2  'Center
  216.          BackColor       =   &H00E0E0E0&
  217.          BorderStyle     =   1  'Fixed Single
  218.          Caption         =   "1"
  219.          Height          =   270
  220.          Left            =   3195
  221.          TabIndex        =   14
  222.          Top             =   1440
  223.          Width           =   420
  224.       End
  225.       Begin VB.Label Label4 
  226.          Alignment       =   2  'Center
  227.          BackColor       =   &H00E0E0E0&
  228.          BorderStyle     =   1  'Fixed Single
  229.          Caption         =   "Increase counter by:"
  230.          Height          =   270
  231.          Left            =   1620
  232.          TabIndex        =   13
  233.          Top             =   1440
  234.          Width           =   1545
  235.       End
  236.       Begin VB.Label Label3 
  237.          Alignment       =   2  'Center
  238.          BackColor       =   &H00E0E0E0&
  239.          BorderStyle     =   1  'Fixed Single
  240.          Caption         =   "Change name:"
  241.          Height          =   270
  242.          Left            =   90
  243.          TabIndex        =   7
  244.          Top             =   315
  245.          Width           =   1140
  246.       End
  247.    End
  248.    Begin VB.TextBox Text1 
  249.       BackColor       =   &H00C0FFFF&
  250.       ForeColor       =   &H000000FF&
  251.       Height          =   285
  252.       Left